Micron Document

THE CICADA FORUMS




Creating a comment...





@Admin (Admin) 5 months ago | 2 | Reply
| There’s nothing too special (~5,000 lines of python) but I do manually handle
| the RNS requests rather than using micron pages to get more fine-grained
| control. I also have a little micron parser that makes it more ‘DOM’-like:
|
| Div(
| Header(“Test Page 1”),
| Paragraph(“Hello World”, color=RED)
| )
|
| I’m mainly keeping it closed source as I want to see others try and develop the
| ecosystem themselves. Nomad is still super niche and not that battle-tested, so
| I would rather let others who are more experienced develop better toolsets.


You will be replying as: @Anonymous

Your reply: